home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- dispatcher for windows and for modeless dialogs */
- /* Created %date% %time% by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void DoIdle (void);
-
- void OpenWindows (Str255 fName,
- short vRefNum,
- short fRefNum);
- void CloseCurWindow (void);
- void DoControl (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInContent (Point where,
- short modifiers);
- void TypeInWindow (char ch);
- void UpdateContent (void);
- void ActivateContent (Boolean activate);
- void ResizeContent (void);
- pascal void ScrollWindow (short newValue,
- short oldValue);
-
- void InitModelessDialogs (void);
- void CloseModelessDialog (DialogPtr whichDialog);
- Boolean FilterModeless (DialogPtr whichDialog,
- EventRecord *event,
- short *itemHit);
- void DoModelessItem (DialogPtr whichDialog,
- short itemNr);
-